-
-
Notifications
You must be signed in to change notification settings - Fork 1
Update project to .NET 9.0 #40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Updated TargetFramework to net9.0-ios18.0 in project files. - Updated SDK version to 9.0.0 in global.json and CI workflow. - Amended documentation to reflect the .NET 9.0 upgrade.
…move references to nuspec file.
… feature/update-to-dotnet-9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the project from .NET 8.0 to .NET 9.0, including SDK version updates, framework target updates, and documentation updates to reflect the new version.
Key Changes:
- Updated SDK version from 8.0.0 to 9.0.0 in global.json and CI workflows
- Updated target frameworks from net8.0-ios18.0 to net9.0-ios18.0 in all project files
- Updated documentation (README.md and AGENTS.md) to reflect .NET 9.0 and remove outdated references
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| Source/global.json | Updated SDK version to 9.0.0 |
| Source/SaturdayMP.XPlugins.iOS.BEMCheckBox/SaturdayMP.XPlugins.iOS.BEMCheckBox.csproj | Updated target framework to net9.0-ios18.0 and package tags to net9.0 |
| Source/ExampleClient/ExampleClient.csproj | Updated target framework to net9.0-ios18.0 |
| README.md | Added version 9.0.0 to version mapping table and updated examples to use net9.0-ios18.0 |
| GitVersion.yml | Set next-version to 9.0.0 |
| CHANGELOG.md | Updated v8.0.0 release date and cleaned up duplicate entries (contains formatting errors) |
| AGENTS.md | Updated all version references from 8.0.0 to 9.0.0 and removed outdated nuspec references |
| .github/workflows/ci.yml | Updated CI workflow to install .NET 9.0 instead of 8.0 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.